2008-05-27 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkfilechooserdefault.c (set_select_multiple): Enable
rubberbanding when "select-multiple" is TRUE. Bug #446068.
svn path=/trunk/; revision=20184
+2008-05-27 Carlos Garnacho <carlos@imendio.com>
+
+ * gtk/gtkfilechooserdefault.c (set_select_multiple): Enable
+ rubberbanding when "select-multiple" is TRUE. Bug #446068.
+
2008-05-27 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Enable
selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (impl->browse_files_tree_view));
gtk_tree_selection_set_mode (selection, mode);
+ gtk_tree_view_set_rubber_banding (GTK_TREE_VIEW (impl->browse_files_tree_view), select_multiple);
+
impl->select_multiple = select_multiple;
g_object_notify (G_OBJECT (impl), "select-multiple");